h1{
    text-align: center;
    font-size: 100px;
    color: black;
}
h2{
    font-size: 50px;
    color: black;
}
h3{
    font-size: 25px;
    color: black;
}
button{
    background-color: rgb(21, 21, 109);
    color: #fcfbfb;
    box-shadow: inset;
    position: relative;
    top: 500px;
    left: 170px;
    margin: 0px 100px ;
    padding: 25px 25px;
    border-radius: 10px;
    cursor: pointer; 
    transition: backgroun-color 0.3s, transform 0.3s;
    
    
}
button:hover{
    background-color: blue;
    transform: scale(1.1);
}
.content-container {
    background-color:
rgb(102, 129, 250);
    display: block;
    border:none;
    padding: 0;
    margin:0;
    position: relative;
    width: auto;
    height: 230px;
    bottom: 200px;
}
p{
    text-align: center;
    color: black;
    position: relative;
    top: 65px;
    font-size: 100px;
}
.partie1{
    background-color: rgb(220, 220, 223);
    position: relative;
    border: #050505;
    border-radius: 20px;
    bottom: 200px;
    
    
}